CarTextModel2d

class CarTextModel2d : CarSurfaceLayer

Functions

children
Link copied to clipboard
open fun children(): List<MapboxCarMapObserver>
This allows you to create children listeners.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onAttached
Link copied to clipboard
open override fun onAttached(mapboxCarMapSurface: MapboxCarMapSurface)
onDetached
Link copied to clipboard
open override fun onDetached(mapboxCarMapSurface: MapboxCarMapSurface)
onVisibleAreaChanged
Link copied to clipboard
open override fun onVisibleAreaChanged(visibleArea: Rect, edgeInsets: EdgeInsets)
surfaceDimensions
Link copied to clipboard
fun surfaceDimensions(): Pair<Int, Int>?
toString
Link copied to clipboard
open fun toString(): String
updateModelMatrix
Link copied to clipboard
fun updateModelMatrix(nextBitmap: Bitmap?)

Properties

dimensions
Link copied to clipboard
val dimensions: Int
edgeInsets
Link copied to clipboard
var edgeInsets: EdgeInsets? = null
length
Link copied to clipboard
val length: Int
modelMatrix
Link copied to clipboard
val modelMatrix: FloatArray
Transformation matrix describes this model orientation space.
stride
Link copied to clipboard
val stride: Int
textureCords
Link copied to clipboard
val textureCords: FloatBuffer
vertices
Link copied to clipboard
val vertices: FloatBuffer
visibleArea
Link copied to clipboard
var visibleArea: Rect? = null